From a85c6e0226fb0939dc91396e43b5c724175d8a81 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 11 Dec 2000 19:26:34 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index f89e0a3c8a7..871b0e72ce0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,19 @@ 2000-12-11 Gerd Moellmann + * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's + nothing to do. Bind inhibit-quit. + (tip_frame): Make it a Lisp_Object. + (x_create_tip_frame): Set tip_frame after it has been added to + Vframe_list. + (Fx_show_tip): Don't set tip_frame here. + + * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object. + + * xdisp.c (prepare_menu_bars): Changes for tip_frame being a + Lisp_Object. + + * dispextern.h: Change external declaration of tip_frame. + * keymap.c (Fkey_description): If KEYS is an empty key sequence, return an empty string. -- 2.30.2